home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / handy12.zip / HANDYMAN.INI < prev    next >
Text File  |  1993-03-01  |  9KB  |  194 lines

  1. ; ────────────────────────────────────────────────────────────────────────────┐
  2. ; Init file for handyman 1.1                                                  │
  3. ;                                                                             │
  4. ;                                                                             │
  5. ; The NODE option. Here you can give the path to the node directories OR      │
  6. ; The name of the TIMELOG.BBS file. The last is for usage on networks with    │
  7. ; a client-server setup. Since it's logical to put the node directory on      │
  8. ; the client it's local HD, one cannot get there from the server. (or any     │
  9. ; other client for that matter.) The solution for this problem is simple.     │
  10. ; Put in the after-bbs part of the batch file a copy command and copy the     │
  11. ; TIMELOG.BBS to a directory on the server with a name like:                  │
  12. ;            TIMELOG.<NodeNr>                                                 │
  13. ; And give here the complete name of this file for each node.                 │
  14. ;                                                                             │
  15. ; F.e. NODE  1  Z:\BBSINFO\TIMELOG.1                                          │
  16. ;                                                                             │
  17. ; The syntax of the line is: NODE <NodeNr> <Path | FileName>                  │
  18. ;                                                                             │
  19. ; You can use up to 20 nodes. (The maximum of HandyMan)                       │
  20.  
  21. Node 1 E:\bbs\ra\line1
  22. Node 2 E:\bbs\ra\line2
  23. Node 3 E:\BBs\ra
  24.  
  25.  
  26. ; ────────────────────────────────────────────────────────────────────────────┐
  27. ; Normaly Handyman has it's own viplist. HANDYMAN.VIP. But you can tell it    │
  28. ; to use an other file as VIP list using the OtherVIP keyword.                │
  29. ;
  30. VIPFILE E:\BBS\RA\VIP.CTL
  31.  
  32.  
  33. ; ────────────────────────────────────────────────────────────────────────────┐
  34. ; MaxNode defines the maximal count of nodes in your system                   │
  35. ;
  36. MaxNode 3
  37.  
  38.  
  39. ; ────────────────────────────────────────────────────────────────────────────┐
  40. ; MenuTimeOut gives the timeout for any window and the compete menu.          │
  41. ; This means that if you're in a window it takes xxx Seconds to drop          │
  42. ; out of the window. and an other xxx seconds to drop out of the menu         │
  43. ; system. The time is given in seconds.                                       │
  44. ;
  45. MenuTimeOut  300
  46.  
  47.  
  48. ; ────────────────────────────────────────────────────────────────────────────┐
  49. ; KeyTimeOut is the timeout for the keyboard locking de-activate. After       │
  50. ; xxx Seconds the locking is activated again.                                 │
  51. ;
  52. KeyTimeOut   300
  53.  
  54.  
  55. ; ────────────────────────────────────────────────────────────────────────────┐
  56. ; Update <Seconds> gives the number of seconds between each screen update.    │
  57. ; Default is 10 seconds.                                                      │
  58. ;
  59. Update 5
  60.  
  61.  
  62. ; ────────────────────────────────────────────────────────────────────────────┐
  63. ; ShowLast instructs HandyMan to show the last user and the time he did logoff│
  64. ; instead of the "Waiting for caller" message. If there's no lastcaller info  │
  65. ; available, the normal message is shown.                                     │
  66. ;
  67. ShowLast
  68.  
  69.  
  70. ; ────────────────────────────────────────────────────────────────────────────┐
  71. ; Show UserDoes info for the selected line instead of the statusline whenever │
  72. ; a UsedDoes file is found.                                                   │
  73. ;
  74. DoesOnStat
  75.  
  76.  
  77. ; ────────────────────────────────────────────────────────────────────────────┐
  78. ; Checks for the UserDoes always. Normaly only when a user is in an external  │
  79. ; program. Turn thisone on only when you're sure you need it!                 │
  80. ;
  81. ;ChkDoesAlways
  82.  
  83.  
  84. ; ────────────────────────────────────────────────────────────────────────────┐
  85. ; The MakeNoise Keyword allows HandyMan to make noise. Beep for VIP's and     │
  86. ; such. For default noise is OFF!                                             │
  87. ;
  88. MakeNoise
  89.  
  90.  
  91. ; ────────────────────────────────────────────────────────────────────────────┐
  92. ; The DoClock keyword puts a little clock in the headerline of handyman.      │
  93. ;
  94. DoClock
  95.  
  96.  
  97. ; ────────────────────────────────────────────────────────────────────────────┐
  98. ; Use RaAlone when you run RA without a mail or alike. It let's HandyMan      │
  99. ; check the RAREADY.<Node> semafore to see if the line is up or down.         │
  100. ;
  101. ;RaAlone
  102.  
  103.  
  104. ; ────────────────────────────────────────────────────────────────────────────┐
  105. ; ExitLevel sets the exitlevel to use for a Quick KickOff. HandyMan uses the  │
  106. ; RAXIT.<ExitLevel> semafore to throw the user off..                          │
  107. ; Default value is 0.
  108. ;
  109. ExitLevel 255
  110.  
  111.  
  112. ; ────────────────────────────────────────────────────────────────────────────┐
  113. ; A new feature of HandyMan, the Environment Variable watch window. Here you  │
  114. ; can view Env. variable's and their value. Use them for feedback from        │
  115. ; maintainance batch files and such.                                          │
  116. ; You can use up to 20 variable names.                                        │
  117. ;                                                                             │
  118. ; Example, if you use 4Dos: Put the line                                      │
  119. ;                                                                             │
  120. ;   Maintain=Last maintain %_Time, %Date                                      │
  121. ;                                                                             │
  122. ; At the end of your maintainance batch.                                      │
  123. ;                                                                             │
  124. EnvVar Network
  125. EnvVar ComSpec
  126. EnvVar RA
  127. EnvVar RAOVR
  128. EnvVar Maintain
  129.  
  130.  
  131. ; ──────────────────────────────────────────────────────────────────────────┐
  132. ; Here you can set the buildin editor defaults:                             │
  133. ;                                                                           │
  134. ; EDIT_HEAD  Is the header used above an online message                     │
  135. ; EDIT_FOOT  is the footer used for the message                             │
  136. ; EDIT_INS   turns the Insertmode on for default                            │
  137. ;                                                                           │
  138. ; These are the defaults:                                                   │
  139. ;
  140. ;EDIT_HEAD *** A message from the SysOp (Using HandyMan):
  141. EDIT_FOOT  ]258
  142. ;EDIT_INS
  143.  
  144.  
  145. ; ─────────────────────────────────────────────────────────────────────────┐
  146. ; Pre-cooked messages. You can have 10 of those (0..9). Here you put       │
  147. ; an easy to remember description.                                         │
  148. ; the filenames area MESSAGE.0 .. MESSAGE.9                                │
  149. ;
  150. MSGFILE Hi There!
  151. MSGFILE Join the Chatter...
  152. MSGFILE No way dude!
  153.  
  154. ;--- NEW 1.2B0 -------
  155.  
  156.  
  157. ; ─────────────────────────────────────────────────────────────────────────┐
  158. ; Check disks for minimal space                                            │
  159. ;                                                                          │
  160.  
  161. ;DISKFREE C: 1000000
  162. ;DiskFree D: 1000000
  163. ;DiskFree E: 42000000
  164.  
  165. ; ─────────────────────────────────────────────────────────────────────────┐
  166. ; The semaphore support alla UserOn.. Max 15..                             │
  167. ;                                                                          │
  168.  
  169. SEMAPHORE F:\SEM\TEST.$    Line $ is busy..
  170. SEMAPHORE F:\SEM\FDNOW.$   Frodo is amusing itself at line $
  171.  
  172. ; ─────────────────────────────────────────────────────────────────────────┐
  173. ; The logfile. If you want Handy to log things, define a logfile here.     │
  174. ;                                                                          │
  175. LOGFILE E:\HANDY\HANDY.LOG
  176.  
  177. ;─────────────────────────────────────────────────────────────────────────┐
  178. ; Save the screen, implemented a sky full sparkeling stars..              │
  179. ;                                                                         │
  180. SAVESCRN 10
  181.  
  182. ;─────────────────────────────────────────────────────────────────────────┐
  183. ; SwapPath defines the path for swapping to disk. Default is the current  │
  184. ; directory.                                                              │
  185. ;                                                                         │
  186. ;SwapPath .
  187.  
  188. ;─────────────────────────────────────────────────────────────────────────┐
  189. ; SwapTo defines where to to swap the memory during a shell to dos.       │
  190. ; Possibilities are:                                                      │
  191. ;      XMS EMS EXT DSK or ALL                                             │
  192. ; or a combination of those.                                              │
  193. SwapTo ALL
  194.